d/rules: Dump reftest differences into the log as base64
authorSimon McVittie <smcv@debian.org>
Sat, 13 Feb 2021 16:46:57 +0000 (16:46 +0000)
committerSimon McVittie <smcv@debian.org>
Sat, 13 Feb 2021 23:33:16 +0000 (23:33 +0000)
commit15a56f386ae0540127aa80c51429e5165e925589
treecc2c17d8ab733f8812ac550b1bcd2c8e9539fe06
parent16d413b0fa2e5e8876e7326661d321704b05b937
d/rules: Dump reftest differences into the log as base64

Some of the reftests are failing reliably on buildds, but passing
reliably on the corresponding porterbox. We should inspect the
differences to check that they're close enough.

Debian package builds don't have an equivalent of $AUTOPKGTEST_ARTIFACTS
(as requested in https://bugs.launchpad.net/launchpad/+bug/1845159) so
base64-encoding the results and dumping them into the text log is the
best we can do right now.
debian/log-reftests.py [new file with mode: 0755]
debian/rules